home *** CD-ROM | disk | FTP | other *** search
- global creditsEdited
-
- on keyDown
- set creditsEdited to 1
- if the key = ENTER then
- openCartoon(theOpenDialog)
- else
- if the key = ":" then
- beep()
- else
- if the key = QUOTE then
- beep()
- else
- set l to the number of lines in field "credits field"
- set c to the number of chars in field "credits field"
- if (l > 9) or (c > 144) then
- if the key = BACKSPACE then
- pass()
- else
- beep()
- end if
- else
- pass()
- end if
- end if
- end if
- end if
- end
-